| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | setTimeout(function () { |
||
| 2 | document.getElementById('greeting').innerHTML = document.getElementById('greeting').dataset.greeting; |
||
| 3 | }, 1000); |
||
| 4 |